﻿@charset "UTF-8";

body {
  padding-bottom: 54px;
}

a {
  color: #0072bc;
}

a:hover {
  color: #0063a4;
}

a.lined,
.content-text a {
  border-bottom: 1px solid rgba(0, 114, 188, 0.3);
}

a.lined:hover,
.content-text a:hover {
  border-bottom: 1px solid rgba(0, 99, 164, 0.4);
}

.footer-links {
  display: flex;
  gap: 20px;
  margin: 10px 0;
  justify-content: center;

  @media (max-width: 767px) {
    flex-direction: column;
  }
}

.footer-links a {
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.red {
  color: #e74c3c;
}

a.red:hover {
  color: #d43b2b;
}

.red.lined {
  border-bottom-color: rgba(231, 76, 60, 0.3);
}

a.red.lined:hover {
  border-bottom-color: rgba(212, 59, 43, 0.3);
}

*,
a:hover,
a:visited,
a:active {
  outline: 0;
  text-decoration: none;
}

h1 {
  font-size: 180%;
  line-height: 1;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 160%;
  line-height: 1;
}

h3 {
  font-size: 140%;
  line-height: 1.1;
}

h4 {
  font-size: 120%;
  line-height: 1;
}

h1 a,
h2 a,
h3 a {
  color: inherit;
}

a,
a *,
.btn,
.toggle-switch .addon {
  -webkit-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  -moz-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}

svg {
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}

.pseudo {
  border-bottom-width: 1px;
  border-bottom-style: dotted !important;
  cursor: pointer;
}

.img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.close {
  position: absolute;
  top: 2rem;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 10px;
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.close:before {
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover {
  opacity: 1;
}

#map {
  width: 100%;
  height: 100%;
}

.form-control::placeholder {
  color: #aaa;
}

.select2-container--default {
  font-size: 95%;
}

.form-control,
.select2-container--default .select2-selection--single {
  border-radius: 0.3rem;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  height: auto;
  line-height: 1;
}

.select2-container--default .select2-selection--single:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 1.5rem;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border: 0;
  border-style: solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e74b3c;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #868e96;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.154;
  padding-left: 0;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 0;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 0;
  box-shadow: 0 1px 0 0 #eceff1;
  border-radius: 0;
  padding-bottom: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 2px;
  border: 0;
  background-color: #f5f6f8;
  padding: 0.4rem 0.8rem;
  color: #495057;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 0.5rem;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: transparent;
  opacity: 0.5;
}

.select2-container--default .selection {
  display: block;
}

.select2-dropdown {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.8rem 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
  z-index: 99999;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.select2-dropdown .select2-results__option {
  padding: 0.5rem 1rem;
  transition: background-color 300ms, color 300ms;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #f9f9f9;
  color: #16181b;
}

.select2-dropdown .select2-results__option[aria-selected="true"] {
  position: relative;
  padding-right: 2rem;
  background-color: #f9f9f9;
  color: #16181b;
}

.select2-dropdown .select2-results__option[aria-selected="true"]:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI2IDI2Ij4KPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6Ii8+Cjwvc3ZnPgo=);
  background-size: cover;
  opacity: 0.8;
}

.select2-dropdown .select2-search--dropdown {
  margin-top: -0.5rem;
  border-bottom: 1px solid #eceff1;
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
}

.select2-dropdown .select2-search--dropdown:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTYuOTY2IDU2Ljk2NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYuOTY2IDU2Ljk2NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMNCglzMTAuMzE4LDIzLDIzLDIzYzQuNzYxLDAsOS4yOTgtMS40MzYsMTMuMTc3LTQuMTYybDEzLjY2MSwxNC4yMDhjMC41NzEsMC41OTMsMS4zMzksMC45MiwyLjE2MiwwLjkyDQoJYzAuNzc5LDAsMS41MTgtMC4yOTcsMi4wNzktMC44MzdDNTYuMjU1LDU0Ljk4Miw1Ni4yOTMsNTMuMDgsNTUuMTQ2LDUxLjg4N3ogTTIzLjk4NCw2YzkuMzc0LDAsMTcsNy42MjYsMTcsMTdzLTcuNjI2LDE3LTE3LDE3DQoJcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIvPg0KPC9zdmc+DQo=);
  background-size: cover;
  opacity: 0.8;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 0;
  height: 2.5rem;
  padding: 0 0.5rem 0 2.75rem;
}

.ball-pulse {
  margin: 1rem auto;
  display: none;
}

.ball-pulse > div {
  background-color: #e64b3c;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.btn-drv {
  border: 2px solid #0072bc;
  border-radius: 30px;
  background: transparent;
  font-size: 100%;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  color: #0072bc;
}

.btn-drv.focus,
.btn-drv:focus {
  box-shadow: none;
  outline: 0;
}

.btn-drv:hover {
  border-color: #0063a4;
  color: #0063a4;
}

.btn-drv:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.pattern-gray {
  background: #f7f8f7 url(i/01.png);
  border-bottom: 4px solid #dededd;
  position: relative;
}

.pattern-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(247, 248, 247, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 248, 247, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(247, 248, 247, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(247, 248, 247, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(247, 248, 247, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 248, 247, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f7', endColorstr='#00ffffff', GradientType=0);
}

.pattern-gray > * {
  position: relative;
  z-index: 2;
}

.wline {
  padding-left: 3rem;
  position: relative;
}

.wline:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2.25rem;
  height: 2px;
  background: #e74c3c;
}

.scroller {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroller > .scroller-wrapper {
  position: absolute;
  top: 0;
  bottom: -2rem;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroller > .scroller-wrapper > .items {
  position: absolute;
  display: block;
  top: 1rem;
  bottom: 2rem;
  width: 100%;
  text-align: center;
}

.scroller > .scroller-wrapper > .items .item:last-child {
  margin-right: 15px;
}

.scroller > .scroller-wrapper > .items .item {
  display: inline-block;
  height: 100%;
  margin-left: 15px;
  white-space: normal;
  vertical-align: top;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #e74c3c;
}

.form-record {
  position: relative;
}

.form-record .wrap {
  padding: 2.5rem 2rem;
  background: rgb(255, 213, 0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 213, 0, 1) 0%,
    rgba(255, 200, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 213, 0, 1)),
    color-stop(100%, rgba(255, 200, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 213, 0, 1) 0%,
    rgba(255, 200, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 213, 0, 1) 0%,
    rgba(255, 200, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 213, 0, 1) 0%,
    rgba(255, 200, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 213, 0, 1) 0%,
    rgba(255, 200, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#ffc800', GradientType=0);
  box-shadow: 0 40px 60px -20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.form-record:before,
.form-record:after {
  content: "";
  position: absolute;
  height: 7px;
  background: #ffc800;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
}

.form-record:before {
  left: 20px;
  right: 20px;
  bottom: -7px;
  z-index: 1;
}

.form-record:after {
  left: 40px;
  right: 40px;
  bottom: -14px;
  z-index: 0;
}

.form-record .lenta {
  content: "";
  position: absolute;
  top: -11px;
  right: 2rem;
  width: 51px;
  height: 62px;
  z-index: 5;
  background: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MSA2Mi40IiB2aWV3Qm94PSIwIDAgNTEgNjIuNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGxpbmVhckdyYWRpZW50IGlkPSJhIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjMwLjUwNyIgeDI9IjMwLjUwNyIgeTE9IjEuMDI2OCIgeTI9IjYxLjUxMjEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2U5NGUzZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2QzMjQyNyIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0ibTExIDEuMmgzOXY2MGwtMTkuNS0xOS45LTE5LjUgMTkuOXoiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJtMSAxMS4yaDEwdi0xMHoiIGZpbGw9IiNiYjM1MjYiLz48L3N2Zz4=);
  -webkit-filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.2));
}

.form-record .about {
  margin-bottom: 1rem;
}

.form-record .form-group {
  margin-bottom: 1rem;
}

.form-record .btn {
  width: 100%;
  border: 0;
  border-radius: 0.3rem;
  background: #e64a3b;
  font-size: 100%;
  color: #fff;
  padding: 1rem 1.5rem;
}

.form-record .btn:hover {
  background: #d73c2e;
}

.form-record h4 {
  margin-bottom: 1.5rem;
}

.warn {
  padding: 0.75rem 0;
  background: #f8f5c2 url(i/01.png);
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
}

.warn a {
  color: #e74c3c;
}

.table {
  font-size: 95%;
  border-bottom: 1px solid #dee2e6;
}

.price-table {
  min-width: 660px;
  line-height: 1.2;
}

.price-table th,
.price-table td {
  font-size: 95%;
  vertical-align: top;
  padding: 0.75rem;
}

.price-table th {
  color: #aaa;
  font-weight: normal;
  border-right: 1px solid #1798eb;
}

.price-table td {
  text-align: center;
  border-right: 1px solid #ddd;
}

.price-table td:last-child {
  border-right: 0;
}

.price-table th + td {
  padding-left: 1.5rem;
}

.price-table .gift {
  color: #0072bc;
  background: #f8f5c2 url(i/01.png);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.price-table .label {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background: #f6e420;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.price-table .desc {
  color: #aaa;
  font-size: 85%;
}

.price-table .price {
  color: #0072bc;
  font-size: 120%;
}

.price-table .price.old {
  color: #e74c3c;
  font-size: 100%;
  text-decoration: line-through;
  margin-top: 0.5rem;
}

.scroll-x {
  overflow-x: scroll;
  padding-bottom: 1rem;
}

.scroll-x .warn {
  position: absolute;
  width: calc(100% - 30px);
  margin-top: -0.5rem;
}

.scroll-x .warn + .price-table {
  margin-top: 4.5rem;
}

.logo {
  position: relative;
}
@media (min-width: 1000px) {
  .logo:after {
    content: "Автошкола Аксель";
    position: absolute; /* bottom: -3px; */ /* right: 8px; */
    color: black;
    font-size: 36px;
    font-weight: 500;
    right: -334.9px;
    line-height: 1;
  }

  .logo svg {
    width: 120px;
    height: 46px;
    fill: #e74c3c;
  }
}
header {
  margin: 1rem 0;
}

header .phone {
  font-size: 120%;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
}

.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  background: #e64b3c;
  z-index: 9;
}

.bottom .container {
  height: 100%;
}

.bottom svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.bottom .btn-drv {
  color: #fff;
  font-size: 85%;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0.3rem 1.3rem;
}

.mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 54px;
  color: #fff;
  background: #e64b3c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 45px;
  overflow-y: auto;
  z-index: 9;
  display: none;
}

.mainmenu.open {
  display: block;
}

.mainmenu .close {
  position: absolute;
  top: 15px;
  left: unset;
  right: 15px;
  width: 25px;
  height: 25px;
  margin: 0;
  fill: #fff;
  opacity: 0.6;
}

.mainmenu .item {
  padding: 0.75rem 0;
}

.mainmenu .item a {
  color: #fff;
}

.mainmenu .item .active {
  color: #802b23;
  font-weight: 500;
}

.mainmenu .item .title {
  font-size: 130%;
}

.mainmenu .item .sub {
  font-size: 90%;
  padding: 0.5rem 0 0 1.5rem;
}

.mainmenu .item .sub > * {
  display: block;
}

.mainmenu .item .sub b {
  font-size: 120%;
  font-weight: 500;
}

.mainmenu .item .sub div {
  font-size: 90%;
  margin-bottom: 0.5rem;
}

.mainmenu .item .sub div:last-child {
  margin-bottom: 0;
}

.mainmenu .item.dop .title {
  font-size: 90%;
}

.mainmenu hr {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#slider-main {
  height: 60vh;
  border-bottom: 4px solid #e64b3c;
  margin-bottom: 1rem;
}

#slider-main .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}

#slider-main .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

#slider-main .swiper-slide .container {
  padding: 10% 30px 0;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

#slider-main .swiper-slide .swiper__title {
  color: #e74c3c;
  font-size: 180%;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
}

#slider-main .swiper-slide .swiper__desc {
  color: #222;
  font-size: 110%;
  line-height: 1.3;
}

#slider-main .swiper-pagination-bullet {
  opacity: 0.4;
}

#slider-main .swiper-pagination-bullet-active {
  opacity: 1;
}

.topmenu {
  height: calc(2rem + 20px);
  line-height: 18px;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.topmenu .item {
  font-weight: 500;
  margin: 0 0.5rem;
}

.topmenu .item.active {
  color: #000;
}

.citymenu {
  height: calc(2.6rem + 20px);
  line-height: 18px;
}

.citymenu .item {
  font-size: 90%;
  color: inherit;
  padding: 0.3rem 0.8rem;
  background: #e7ecef;
  border-radius: 2px;
}

.citymenu .active {
  color: #fff;
  background: #0072bc;
}

.block {
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.block h3 {
  font-size: 160%;
  text-align: center;
  margin-bottom: 2rem;
}

.block h4 {
  font-size: 140%;
  margin-bottom: 1rem;
}

.block1 {
  padding: 2rem 0;
  border-top: 4px solid #dededd;
}

.block1 .super {
  color: #e74c3c;
  font-size: 240%;
  font-weight: 500;
  line-height: 0.9;
  padding-bottom: 1.5rem;
}

.block1 .about {
  margin-bottom: 1rem;
}

.block1 .wline:after {
  top: 0.8em;
}

.block1 .about .prop .tel {
  color: inherit;
  font-size: 110%;
  font-weight: 500;
}

.block1 .about .prop .addr {
  font-size: 90%;
  color: #aaa;
  margin-top: 0.2rem;
}

.block1 .reviews {
  margin-top: 1rem;
}

.block1 .reviews .swiper-container {
  height: 370px;
  margin: -15px -15px 0;
  padding: 15px 15px 2rem;
}

.block1 .reviews .item {
  background: #fff;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1),
    0 15px 35px -15px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.5rem 1.5rem 95px;
  overflow: hidden;
  position: relative;
}

.block1 .reviews .item:before,
.block1 .reviews .item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.block1 .reviews .item:before {
  bottom: 2.5rem;
  height: 1rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.block1 .reviews .item:after {
  bottom: 0;
  height: 2.5rem;
  background: #fff;
}

.block1 .reviews .item .img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.block1 .reviews .item .name {
  font-size: 110%;
  font-weight: 500;
  line-height: 1.2;
}

.block1 .reviews .item .props {
  font-size: 80%;
  color: #aaa;
  margin-top: 0.2rem;
}

.block1 .reviews .item .msg {
  font-size: 85%;
  line-height: 1.4;
  color: #777;
  margin-top: 0.9rem;
  position: relative;
}

.block1 .reviews .item .msg:after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: -70px;
  width: 50px;
  height: 2px;
  background: #e74c3c;
}

.block2 .scroller {
  height: 245px;
  margin-top: -1rem;
}

.block2 .item {
  width: 200px;
  text-align: center;
  background: #f7f8f7;
  border: 1px solid #e3e6e3;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.block2 .item .img {
  width: 60px;
  height: 60px;
  margin: 0.8rem auto;
  position: relative;
}

.block2 .item .img img {
  width: 100%;
  height: 100%;
}

.block2 .item:not(.cat-d) .img {
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.block2 .item .cat {
  display: block;
  text-transform: uppercase;
  color: #222;
}

.block2 .item .props {
  font-size: 90%;
  line-height: 1.3;
  margin: 0.5rem 0;
}

.block2 .item .props div {
  margin-bottom: 0.3rem;
}

.block2 .item .props div.super {
  color: #e74c3c;
}

.block2 .item .props div i {
  display: block;
  font-size: 85%;
  font-style: normal;
  color: #999;
}

.block3 {
  padding: 0;
  margin-bottom: 3rem;
}

.block3 .about .prop .desc {
  color: #9d6e31;
  font-size: 90%;
  line-height: 1.3;
}

.block4 {
  margin-bottom: 0;
}

.block4 .swiper-container {
  height: 380px;
  margin: -15px -15px 0;
  padding: 15px 15px 2rem;
}

.block4 .item {
  color: inherit;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1),
    0 15px 35px -15px rgba(0, 0, 0, 0.1);
}

.block4 .item .wrap {
  height: 100%;
  padding: 1rem 1.5rem;
  text-align: center;
  border: 1px solid #e3e6e3;
  background: #f7f8f7 url(i/01.png);
  position: relative;
}

.block4 .item .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y4ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 248, 247, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(247, 248, 247, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 248, 247, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 248, 247, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 248, 247, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 248, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f7f8f7', GradientType=0);
}

.block4 .item .wrap > * {
  position: relative;
  z-index: 1;
}

.block4 .item .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.25rem;
}

.block4 .item .img img {
  width: 100%;
  height: 100%;
}

.block4 .item b {
  display: block;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.block4 .item i {
  display: block;
  font-size: 85%;
  font-style: normal;
  line-height: 1.4;
  color: #999;
}

.block5 {
  background: #f7f8f7;
  padding: 2rem 0;
}

.block5 .scroller {
  height: 280px;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.block5 .item {
  width: 170px;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.block5 .item img {
  width: 100%;
}

.block5 .prop .desc {
  color: #999;
  font-size: 90%;
  line-height: 1.4;
}

.block5 .wline:after {
  top: 0.7em;
}

.block7 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.block7 h3 {
  margin-bottom: 0.5rem;
}

.block7 .map {
  position: relative;
}

.block7 .map .map-container {
  height: 70vh;
  position: relative;
}

.block7 .map .map-container .info {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 1.5rem;
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.3);
}

.block7 .map .map-container .info > div {
  line-height: 1;
  text-align: center;
  margin: 0.4rem 0;
}

.block7 .map .map-container .info > div > * {
  display: block;
}

.block7 .map .map-container .info > div b {
  font-size: 85%;
  margin-bottom: 0.2rem;
}

.block7 .map .map-container .info > div b a {
  color: inherit;
}

.block7 .map .map-container .info > div i {
  color: #aaa;
  font-size: 70%;
  font-style: normal;
  line-height: 1.2;
}

.block8 .citymenu {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.block8 .group {
  margin-bottom: 1rem;
}

.block8 .group h4 {
  text-align: center;
}

.block8 .group .items {
  margin-top: 1rem;
}

.block8 .group .item {
  width: 50%;
  text-align: center;
  margin-bottom: 1rem;
}

.block8 .group .item .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 0.7rem;
}

.block8 .group .item .name {
  color: #e74c3c;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.block8 .group .item .desc {
  color: #aaa;
  font-size: 75%;
  line-height: 1.3;
}

.block9 .price-table {
  margin: 0 auto;
}

.block10 h3:before,
.block11 .certs:before {
  content: "";
  display: block;
  width: 100px;
  height: 78px;
  background: url(i/gift.png);
  background-size: cover;
  margin: 0 auto 1rem;
}

.block10 .certs {
  margin-bottom: 1rem;
}

.block10 .certs .item {
  margin-bottom: 1rem;
}

.block10 .certs .item img {
  width: 100%;
}

.block11 {
  padding: 0;
  margin-top: -0.5rem;
  margin-bottom: 2.5rem;
  font-size: 110%;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 1;
}

.block12 {
  text-align: center;
  margin-bottom: 2rem;
}

.inside h1 {
  text-align: center;
}

.inside header {
  margin-bottom: 2rem;
}

.inside .block1 {
  padding: 0;
  border: 0;
}

.inside .block1 .reviews > div {
  margin-bottom: 1rem;
}

.inside .block1 .reviews .item {
  height: 100%;
}

.inside.school .block1 {
  padding: 2rem 0 0.5rem;
}

.inside.school .block1 .scroller {
  height: 180px;
}

.inside.school .block1 .item {
  height: 100%;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.2);
}

.inside.school .block1 .item img {
  height: 100%;
}

.inside.school .block5 h4 {
  text-align: center;
  margin-bottom: 2rem;
}

.fancybox-orderform .fancybox-content {
  padding: 50px 0;
  background: none;
}

.fancybox-orderform .fancybox-close-small {
  width: 48px;
  height: 48px;
  color: #fff;
  padding: 5px;
}

.fancybox-orderform .desc {
  font-size: 80%;
  line-height: 1.3;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 85%;
  }

  .form-record .wrap {
    padding: 2.5rem 1.25rem;
  }

  .block2 .scroller {
    height: 230px;
  }

  .block2 .item {
    width: 180px;
  }

  .block4 .swiper-container {
    height: 360px;
  }

  .block4 .item .img {
    width: 70px;
    height: 70px;
  }

  .inside.school .block1 .scroller {
    height: 170px;
  }
}

@media (orientation: landscape) {
  .wline {
    padding-left: 4rem;
  }

  .wline:after {
    width: 3.25rem;
  }

  .form-record .wrap {
    padding: 2.5rem;
  }

  #slider-main {
    height: 75vh;
  }

  #slider-main .swiper-slide:before {
    height: 100%;
  }

  .block1 .reviews .swiper-container {
    height: 300px;
  }

  .block2 .scroller {
    height: 255px;
    margin-top: -1rem;
  }

  .block2 .item {
    width: 235px;
  }

  .block2 .item .img {
    width: 70px;
    height: 70px;
  }

  .block2 .item .props div {
    margin-bottom: 0.4rem;
  }

  .block4 .swiper-container {
    height: 350px;
  }

  .block4 .item .wrap {
    padding: 2rem;
  }

  .block4 .item .img {
    width: 100px;
    height: 100px;
  }

  .block7 .map .map-container {
    height: 120vh;
  }

  .block7 .map .map-container .info {
    left: 20%;
    right: 20%;
    bottom: 1rem;
  }

  .block10 h3:before,
  .block11 .certs:before {
    width: 120px;
    height: 94px;
  }
}
